GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / AddEmbeddedImageAnnotInteractive_2 Method





In This Topic
AddEmbeddedImageAnnotInteractive_2 Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(67)>
Sub AddEmbeddedImageAnnotInteractive_2( _
   ByVal ImagePath As String, _
   ByVal Stroke As Boolean, _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal Opacity As Single _
) 
[DispId(67)]
void AddEmbeddedImageAnnotInteractive_2( 
   string ImagePath,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
)
procedure AddEmbeddedImageAnnotInteractive_2( 
    ImagePath: String;
    Stroke: Boolean;
    BorderColor: Integer;
    BorderWidth: Single;
    Opacity: Single
); 
DispIdAttribute(67)
function AddEmbeddedImageAnnotInteractive_2( 
   ImagePath : String,
   Stroke : boolean,
   BorderColor : int,
   BorderWidth : float,
   Opacity : float
);
[DispId(67)]
void AddEmbeddedImageAnnotInteractive_2( 
   string* ImagePath,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 
[DispId(67)]
void AddEmbeddedImageAnnotInteractive_2( 
   String^ ImagePath,
   bool Stroke,
   int BorderColor,
   float BorderWidth,
   float Opacity
) 

Parameters

ImagePath
Stroke
BorderColor
BorderWidth
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members